func internal/runtime/maps.h2
34 uses
internal/runtime/maps (current package)
map.go#L190: func h2(h uintptr) uintptr {
map.go#L451: match := g.ctrls().matchH2(h2(hash))
map.go#L541: match := g.ctrls().matchH2(h2(hash))
map.go#L592: g.ctrls().set(i, ctrl(h2(hash)))
map.go#L692: match := g.ctrls().matchH2(h2(hash))
runtime.go#L97: h2Hash := h2(hash)
runtime.go#L172: h2Hash := h2(hash)
runtime.go#L267: h2Hash := h2(hash)
runtime_fast32.go#L58: h2Hash := h2(hash)
runtime_fast32.go#L128: h2Hash := h2(hash)
runtime_fast32.go#L159: match := g.ctrls().matchH2(h2(hash))
runtime_fast32.go#L188: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast32.go#L250: h2Hash := h2(hash)
runtime_fast32.go#L389: h2Hash := h2(hash)
runtime_fast64.go#L58: h2Hash := h2(hash)
runtime_fast64.go#L129: h2Hash := h2(hash)
runtime_fast64.go#L160: match := g.ctrls().matchH2(h2(hash))
runtime_fast64.go#L189: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast64.go#L251: h2Hash := h2(hash)
runtime_fast64.go#L336: match := g.ctrls().matchH2(h2(hash))
runtime_fast64.go#L365: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast64.go#L429: h2Hash := h2(hash)
runtime_faststr.go#L58: h2 := uint8(h2(hash))
runtime_faststr.go#L134: h2Hash := h2(hash)
runtime_faststr.go#L194: h2Hash := h2(hash)
runtime_faststr.go#L225: match := g.ctrls().matchH2(h2(hash))
runtime_faststr.go#L256: g.ctrls().set(i, ctrl(h2(hash)))
runtime_faststr.go#L318: h2Hash := h2(hash)
table.go#L193: h2Hash := h2(hash)
table.go#L227: h2Hash := h2(hash)
table.go#L274: h2Hash := h2(hash)
table.go#L415: g.ctrls().set(i, ctrl(h2(hash)))
table.go#L424: h2Hash := h2(hash)
table_debug.go#L51: print(" not found [hash=", hash, ", h2=", h2(hash), " h1=", h1(hash), "]\n")
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |